home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / mini Pentoo LiveCD 2006.1 / mpentoo-2006.1.iso / livecd.squashfs / usr / include / enlightenment / e_place.h < prev    next >
C/C++ Source or Header  |  2006-01-09  |  490b  |  16 lines

  1. /*
  2.  * vim:ts=8:sw=3:sts=8:noexpandtab:cino=>5n-3f0^-2{2
  3.  */
  4. #ifdef E_TYPEDEFS
  5. #else
  6. #ifndef E_PLACE_H
  7. #define E_PLACE_H
  8.  
  9. EAPI void e_place_zone_region_smart_cleanup(E_Zone *zone);
  10. EAPI int e_place_zone_region_smart(E_Zone *zone, Evas_List *skiplist, int x, int y, int w, int h, int *rx, int *ry);
  11. EAPI int e_place_zone_cursor(E_Zone *zone, int x, int y, int w, int h, int it, int *rx, int *ry);
  12. EAPI int e_place_zone_manual(E_Zone *zone, int w, int h, int *rx, int *ry);
  13.     
  14. #endif
  15. #endif
  16.